* lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.
authorHelmut Eller <eller.helmut@gmail.com>
Mon, 4 Nov 2013 19:50:56 +0000 (14:50 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 4 Nov 2013 19:50:56 +0000 (14:50 -0500)
lisp/ChangeLog
lisp/emacs-lisp/cl-indent.el

index 66ef3d8e4bc7d07c6fe479dbd0e9f04ec44eb1c6..1a7f2f38f61c7b7ae69e73245ea87b00e2303910 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
+
+       * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
+
 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
 
        * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
index bbfe9ec642416b8fb46e434401648e53aeb77151..cc7d2a88e6156c507336a57d0bcfa6521067a9d7 100644 (file)
@@ -756,6 +756,7 @@ optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
            (when 1)
            (with-accessors . multiple-value-bind)
            (with-condition-restarts . multiple-value-bind)
+          (with-compilation-unit (&lambda &body))
            (with-output-to-string (4 2))
            (with-slots . multiple-value-bind)
            (with-standard-io-syntax (2)))))